projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f6e0bc
)
(rmail-forward): Don't do dash-quoting on the signature.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 23 Mar 1997 20:51:53 +0000
(20:51 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 23 Mar 1997 20:51:53 +0000
(20:51 +0000)
lisp/mail/rmail.el
patch
|
blob
|
history
diff --git
a/lisp/mail/rmail.el
b/lisp/mail/rmail.el
index 8fc8f0124574407b1955bece90e2738546946f9d..20ed37cf449dad8db86631e4e493c0c2ac9b955c 100644
(file)
--- a/
lisp/mail/rmail.el
+++ b/
lisp/mail/rmail.el
@@
-2512,7
+2512,7
@@
see the documentation of `rmail-resend'."
(set-marker-insertion-type end t)
(insert-buffer-substring forward-buffer)
(goto-char beg)
- (while (re-search-forward "^-"
nil
t)
+ (while (re-search-forward "^-"
end
t)
(beginning-of-line)
(insert "- ")
(forward-line 1))